fontsel: Add a deprecation note in the constructor docs
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 3 May 2012 07:07:13 +0000 (08:07 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 3 May 2012 07:07:13 +0000 (08:07 +0100)
To match the compiler attribute, otherwise the introspection scanner
will not pick up the deprecation.

gtk/deprecated/gtkfontsel.c

index c0835c2cd253818eb4fced2a52ecd8c0dc6078eb..15a311d7461911c3405d6147123121e1e1becbd0 100644 (file)
@@ -610,7 +610,9 @@ gtk_font_selection_init (GtkFontSelection *fontsel)
  *
  * Creates a new #GtkFontSelection.
  *
- * Return value: a n ew #GtkFontSelection
+ * Return value: a new #GtkFontSelection
+ *
+ * Deprecated: 3.2: Use #GtkFontChooserWidget instead
  */
 GtkWidget *
 gtk_font_selection_new (void)